Clarify array indexes vs. row numbers
authorFederico Mena Quintero <federico@novell.com>
Fri, 4 Sep 2009 17:01:16 +0000 (12:01 -0500)
committerBenjamin Otte <otte@gnome.org>
Thu, 15 Oct 2009 20:06:16 +0000 (22:06 +0200)
commit14cc3e17f5588ae66543b2e5cad3d08105883749
treee7778e1f60aed9c92fba9b516a664711b65620a8
parentd0468ee7e1184918326bae52eb5c8f5f3dffd72e
Clarify array indexes vs. row numbers

There was some confusion between "index" as used for the model->files[] array,
and node->index as used for our 1-based row numbers.  Now we use "index" only
for indices in the model->files[] array, and node->row for row numbers.  Functions
and variables are renamed to clarify whether they refer to indexes or rows.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilesystemmodel.c